home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TEXTERNALSFORM / TEXTERNALSFORM.txt
Text File  |  1997-07-16  |  4KB  |  158 lines

  1. object ExternalsForm: TExternalsForm
  2.   Left = 159
  3.   Top = 68
  4.   BorderStyle = bsDialog
  5.   Caption = 'Externals'
  6.   ClientHeight = 225
  7.   ClientWidth = 472
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bOK: TButton
  22.     Left = 208
  23.     Top = 189
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 0
  30.   end
  31.   object bCancel: TButton
  32.     Left = 288
  33.     Top = 189
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object bHelp: TButton
  42.     Left = 368
  43.     Top = 189
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'Help'
  47.     TabOrder = 2
  48.     OnClick = bHelpClick
  49.   end
  50.   object bImportPwd: TButton
  51.     Left = 44
  52.     Top = 189
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Import...'
  56.     TabOrder = 3
  57.     Visible = False
  58.   end
  59.   object PageControl1: TPageControl
  60.     Left = 0
  61.     Top = 0
  62.     Width = 472
  63.     Height = 183
  64.     ActivePage = tsPP
  65.     TabOrder = 4
  66.     object tsPP: TTabSheet
  67.       Caption = 'Postprocessors'
  68.       object gExt: TAdvGrid
  69.         Left = 7
  70.         Top = 7
  71.         Width = 449
  72.         Height = 137
  73.         FixedFont.Charset = DEFAULT_CHARSET
  74.         FixedFont.Color = clWindowText
  75.         FixedFont.Height = -11
  76.         FixedFont.Name = 'MS Sans Serif'
  77.         FixedFont.Style = []
  78.         ColCount = 3
  79.         DefaultRowHeight = 17
  80.         RowCount = 2
  81.         Font.Charset = DEFAULT_CHARSET
  82.         Font.Color = clBlack
  83.         Font.Height = -12
  84.         Font.Name = 'Fixedsys'
  85.         Font.Style = []
  86.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goThumbTracking, goDigitalRows]
  87.         ParentFont = False
  88.         PopupMenu = gExt.
  89.         TabOrder = 0
  90.         ColWidths = (
  91.           31
  92.           190
  93.           206)
  94.       end
  95.     end
  96.     object tsDrs: TTabSheet
  97.       Caption = 'Doors'
  98.       object gDrs: TAdvGrid
  99.         Left = 7
  100.         Top = 7
  101.         Width = 449
  102.         Height = 137
  103.         FixedFont.Charset = DEFAULT_CHARSET
  104.         FixedFont.Color = clWindowText
  105.         FixedFont.Height = -11
  106.         FixedFont.Name = 'MS Sans Serif'
  107.         FixedFont.Style = []
  108.         ColCount = 3
  109.         DefaultRowHeight = 17
  110.         RowCount = 2
  111.         Font.Charset = DEFAULT_CHARSET
  112.         Font.Color = clBlack
  113.         Font.Height = -12
  114.         Font.Name = 'Fixedsys'
  115.         Font.Style = []
  116.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goThumbTracking, goDigitalRows]
  117.         ParentFont = False
  118.         PopupMenu = gDrs.
  119.         TabOrder = 0
  120.         ColWidths = (
  121.           31
  122.           60
  123.           336)
  124.       end
  125.     end
  126.     object tsCron: TTabSheet
  127.       Caption = 'Cron'
  128.       object gCrn: TAdvGrid
  129.         Left = 7
  130.         Top = 7
  131.         Width = 449
  132.         Height = 137
  133.         FixedFont.Charset = DEFAULT_CHARSET
  134.         FixedFont.Color = clWindowText
  135.         FixedFont.Height = -11
  136.         FixedFont.Name = 'MS Sans Serif'
  137.         FixedFont.Style = []
  138.         ColCount = 3
  139.         DefaultRowHeight = 17
  140.         RowCount = 2
  141.         Font.Charset = DEFAULT_CHARSET
  142.         Font.Color = clBlack
  143.         Font.Height = -12
  144.         Font.Name = 'Fixedsys'
  145.         Font.Style = []
  146.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goThumbTracking, goDigitalRows]
  147.         ParentFont = False
  148.         PopupMenu = gCrn.
  149.         TabOrder = 0
  150.         ColWidths = (
  151.           31
  152.           190
  153.           206)
  154.       end
  155.     end
  156.   end
  157. end
  158.